github.com/refraction-networking/utls.clientHelloMsg.secureRenegotiationSupported (field)
16 uses
github.com/refraction-networking/utls (current package)
handshake_client.go#L85: secureRenegotiationSupported: true,
handshake_client.go#L236: hello.secureRenegotiationSupported = false
handshake_messages.go#L86: secureRenegotiationSupported bool
handshake_messages.go#L144: if m.secureRenegotiationSupported && !echInner {
handshake_messages.go#L464: m.secureRenegotiationSupported = false
handshake_messages.go#L471: m.secureRenegotiationSupported = true
handshake_messages.go#L599: m.secureRenegotiationSupported = true
handshake_messages.go#L733: secureRenegotiationSupported: m.secureRenegotiationSupported,
handshake_server.go#L252: hs.hello.secureRenegotiationSupported = hs.clientHello.secureRenegotiationSupported
handshake_server_tls13.go#L721: ch.secureRenegotiationSupported != ch1.secureRenegotiationSupported ||
u_handshake_client.go#L207: secureRenegotiationSupported: true,
u_handshake_client.go#L359: hello.secureRenegotiationSupported = false
u_public.go#L410: secureRenegotiationSupported: chm.SecureRenegotiationSupported,
u_public.go#L463: SecureRenegotiationSupported: chm.secureRenegotiationSupported,
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |